POST /File/NameExists/{parentId}/

Determines whether a file with the specified name exists in the specified folder.
 

Request

Method Request URI
POST /API/File/NameExists/{parentId}/?id=value&sessionId=value

URI Parameters

URI Parameter Description
id The ID of the parent folder.
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: name
Type: System.String

Response

Response Body

A Boolean value indicating whether a file with the specified name exists in the specified folder, or a status code indicating the reason for failure.